HomeSort by relevance Sort by last modified time
    Searched defs:setTexture (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/tools/gpu/gl/debug/
GrTextureUnitObj.cpp 12 void GrTextureUnitObj::setTexture(GrTextureObj *texture) {
DebugGLTestContext.cpp 102 this->setTexture(texture);
253 pTU->setTexture(nullptr);
    [all...]
  /external/skqp/tools/gpu/gl/debug/
GrTextureUnitObj.cpp 12 void GrTextureUnitObj::setTexture(GrTextureObj *texture) {
DebugGLTestContext.cpp 102 this->setTexture(texture);
247 pTU->setTexture(nullptr);
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.cpp 37 void Description::setTexture(const Texture& texture) {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 206 public void setTexture(Texture texture) {
FadeDrawableComponent.java 120 bitmap.setTexture(mTexture);
149 public void setTexture(Texture texture) {
  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.cpp 154 device->SetTexture(stage, texture[stage]);
364 void Direct3DStateBlock8::setTexture(unsigned long stage, Direct3DBaseTexture8 *texture)
  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 251 public Builder setTexture(EnvMode env, Format fmt, int slot)
ProgramVertexFixedFunction.java 229 setTexture(new Matrix4f());
285 public void setTexture(Matrix4f m) {
Mesh.java 699 public TriangleMeshBuilder setTexture(float s, float t) {
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 178 void ProgramExecutor::setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler& sampler)
183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampler& sampler)
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.cpp 206 device->SetTexture(index, texture[sampler]);
745 void Direct3DStateBlock9::setTexture(unsigned long index, Direct3DBaseTexture9 *texture)
    [all...]
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 98 pfb.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.MODULATE,
  /external/deqp/modules/glshared/
glsFboUtil.cpp 668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg)
976 setTexture(texName, texCfg);
glsShaderRenderCase.cpp 108 void TextureBinding::setTexture (const glu::Texture2D* tex2D)
114 void TextureBinding::setTexture (const glu::TextureCube* texCube)
120 void TextureBinding::setTexture (const glu::Texture2DArray* tex2DArray)
126 void TextureBinding::setTexture (const glu::Texture3D* tex3D)
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 112 void TextureBinding::setTexture(const glu::Texture2D* tex2D)
118 void TextureBinding::setTexture(const glu::TextureCube* texCube)
124 void TextureBinding::setTexture(const glu::Texture2DArray* tex2DArray)
130 void TextureBinding::setTexture(const glu::Texture3D* tex3D)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 149 void setTexture(TBasicType t, TSamplerDim d, bool a = false, bool s = false, bool m = false)
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 622 milliseconds

1 2