代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/15971/640627
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Texture.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/490329/1201391
pl playback_gettexlock.pl
# This gives you all calls between lock and unlock for the specified texture.
# gettexlock.pl texid blah.txt
$desiredTexture = shift;
open INPUT, shift || die;
while( )
{
if( /Dx8LockTe
www.eeworm.com/read/474238/1394965
h gltx.h
/*
* Simple SGI .rgb (IRIS RGB) image file reader ripped off from
* texture.c (written by David Blythe). See the SIGGRAPH '96
* Advanced OpenGL course notes.
*/
/* includes */
#include
www.eeworm.com/read/462666/1543857
c texload.c
/* texture.c - by David Blythe, SGI */
/* texload is a simplistic routine for reading an SGI .rgb image file. */
#include
#include
#include
#include "texl
www.eeworm.com/read/461961/1548911
h horizon.h
// Horizon class
#pragma once
#include "System/Display.h"
#include "System/Texture.h"
#include "System/Material.h"
#include "Mathematics/Float.h"
/// Horizon class.
/// Implementation o
www.eeworm.com/read/459172/1572957
c txd.c
/*
* Renderware TeXture Dictionary (.txd) image decoder
* Copyright (c) 2007 Ivo van Poorten
*
* See also: http://wiki.multimedia.cx/index.php?title=TXD
*
* This file is part of FFmpeg.
*
* FF
www.eeworm.com/read/242732/4544689
h texobj.h
/**
* \file texobj.h
* Texture object management.
*/
/*
* Mesa 3-D graphics library
* Version: 4.1
*
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission i
www.eeworm.com/read/242732/4544692
c texobj.c
/**
* \file texobj.c
* Texture object management.
*/
/*
* Mesa 3-D graphics library
* Version: 6.3
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission i