Home
last modified time | relevance | path

Searched refs:tex (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/opengl/libagl/
Dtexture.cpp36 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex);
303 sp<EGLTextureObject> tex; in getAndBindActiveTextureObject() local
316 tex = c->textures.defaultTexture; in getAndBindActiveTextureObject()
318 if (c->textures.tmu[i].texture == tex.get()) in getAndBindActiveTextureObject()
323 tex = c->surfaceManager->replaceTexture(name); in getAndBindActiveTextureObject()
328 u.texture = tex.get(); in getAndBindActiveTextureObject()
332 return tex; in getAndBindActiveTextureObject()
336 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex) in bindTextureTmu() argument
338 if (tex.get() == c->textures.tmu[tmu].texture) in bindTextureTmu()
348 u.texture = tex.get(); in bindTextureTmu()
[all …]
DTextureObjectManager.cpp283 sp<EGLTextureObject> tex; in replaceTexture() local
291 tex = old; in replaceTexture()
294 tex = new EGLTextureObject(); in replaceTexture()
295 tex->copyParameters(old); in replaceTexture()
297 mTextures.add(name, tex); in replaceTexture()
300 return tex; in replaceTexture()
Dmipmap.cpp30 status_t buildAPyramid(ogles_context_t* c, EGLTextureObject* tex) in buildAPyramid() argument
33 const GGLSurface* base = &tex->surface; in buildAPyramid()
47 if (tex->reallocate(level, w, h, w, in buildAPyramid()
54 GGLSurface& cur = tex->editMip(level); in buildAPyramid()
/frameworks/native/services/surfaceflinger/RenderEngine/
DProgramCache.cpp100 uint32_t tex = shaderKey.getTextureTarget(); in primeCache() local
101 if (tex != Key::TEXTURE_OFF && in primeCache()
102 tex != Key::TEXTURE_EXT && in primeCache()
103 tex != Key::TEXTURE_2D) { in primeCache()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp267 static void doSingleTest(uint32_t pgmNum, int tex) { in doSingleTest() argument
281 glBindTexture(GL_TEXTURE_2D, tex); in doSingleTest()
283 glBindTexture(GL_TEXTURE_2D, tex); in doSingleTest()
294 sprintf(gCurrentTestName, "%s, %i, %i, 1", gFragmentTests[pgmNum]->name, pgmNum, tex); in doSingleTest()
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerConsumer.h40 uint32_t tex, const Layer* layer) in SurfaceFlingerConsumer() argument
41 : GLConsumer(consumer, tex, GLConsumer::TEXTURE_EXTERNAL, false, false), in SurfaceFlingerConsumer()
/frameworks/compile/mclinker/unittests/
Dtest3.txt83 taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
102 gdb-tar: $(DEVO_SUPPORT)OH(SUPPORT_FILES) texinfo/texinfo.tex
121 gdb-taz: gdb-tar $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
132 do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
191 ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
240 TEXINFO_SUPPORT= texinfo/texinfo.tex
/frameworks/native/include/gui/
DGLConsumer.h86 uint32_t tex, uint32_t texureTarget, bool useFenceSync,
232 status_t attachToContext(uint32_t tex);
/frameworks/rs/driver/
DrsdShader.cpp386 void RsdShader::setupSampler(const Context *rsc, const Sampler *s, const Allocation *tex) { in setupSampler() argument
408 DrvAllocation *drvTex = (DrvAllocation *)tex->mHal.drv; in setupSampler()
416 if (!dc->gl.gl.OES_texture_npot && tex->getType()->getIsNp2()) { in setupSampler()
417 if (tex->getHasGraphicsMipmaps() && in setupSampler()
443 if (tex->getHasGraphicsMipmaps()) { in setupSampler()
DrsdShader.h99 const android::renderscript::Allocation *tex);
DrsdGL.cpp541 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; in rsdGLDrawQuadTexCoords() local
546 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0"); in rsdGLDrawQuadTexCoords()
DrsdRuntimeStubs.cpp814 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; local
818 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java96 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer, in drawMesh() argument
/frameworks/native/libs/gui/
DGLConsumer.cpp152 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() argument
164 mTexName(tex), in GLConsumer()
637 status_t GLConsumer::attachToContext(uint32_t tex) { in attachToContext() argument
668 glBindTexture(mTexTarget, GLuint(tex)); in attachToContext()
672 mTexName = tex; in attachToContext()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp351 static jint SurfaceTexture_attachToGLContext(JNIEnv* env, jobject thiz, jint tex) in SurfaceTexture_attachToGLContext() argument
354 return surfaceTexture->attachToContext((GLuint)tex); in SurfaceTexture_attachToGLContext()
/frameworks/base/libs/hwui/hwui/
DCanvas.h194 const float* verts, const float* tex, const int* colors,
/frameworks/base/libs/hwui/
DRecordingCanvas.h172 const float* verts, const float* tex, const int* colors, in drawVertices() argument
DDisplayListCanvas.h193 const float* verts, const float* tex, const int* colors, in drawVertices() argument
DSkiaCanvas.cpp134 const float* verts, const float* tex, const int* colors,
/frameworks/rs/api/
Drs_graphics.spec840 arg: const rs_matrix4x4* tex, "texture matrix"
/frameworks/rs/scriptc/
Drs_graphics.rsh1278 * tex: texture matrix
1287 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4* tex);
/frameworks/base/core/res/assets/webkit/
Dhyph_en_US.dic4765 3tex
8844 .3tex
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_graphics.jd2064 …adTextureMatrix(const <a href='rs_value_types.html#android_rs:rs_matrix4x4'>rs_matrix4x4</a>* tex);
2073 <tr><th>tex</th><td>texture matrix</td></tr>